home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / nftp080.zip / nftp.i < prev    next >
Text File  |  1996-07-07  |  10KB  |  353 lines

  1. ;
  2. ; Note: logical values may be specified as 0/1 or yes/no.
  3. ;
  4. [network]
  5. ;
  6. ; your name for anonymous transfers
  7. ;
  8. ;anonymous-name=anonymous
  9. ;
  10. ; your password for anonymous logins. Insert your e-mail address here
  11. ;
  12. anonymous-password="your-e-mail-address"
  13. ;
  14. ; new since 0.51
  15. ;
  16. ; default ftp port. do not change unless you're know what are you doing.
  17. ; To make this feature useful create special directories for sites with
  18. ; nonstandard ports and set 'default-port' in them, not in general nftp.ini:
  19. ; nftp will look for initialization file in the current direcory first,
  20. ; then in the path
  21. ;
  22. ;default-port=21
  23. ;
  24. ; new since 0.80
  25. ;
  26. ; interval (in seconds) between retries when anonymous login failed. 
  27. ; set to 0 to disable retries. default is 5 minutes
  28. ;
  29. ;login-retry=300
  30.  
  31.  
  32. ; new since 0.80
  33. ;
  34. [firewalling]
  35. ;
  36. ; The firewall descriptions below are taken from WS_FTP docs.
  37. ;
  38. ; your firewall type:
  39. ; 0 - no firewalling (default)
  40. ; 1 - SITE hostname
  41. ;        Firewall host, userid and password are required.
  42. ;        User is logged on the firewall and the remote connection is
  43. ;        established using SITE remote_host.
  44. ; 2 - USER after logon
  45. ;        Firewall host, userid and password are required.
  46. ;        User is logged on the firewall and the remote connection is
  47. ;        established using USER remote_userid@remote_host
  48. ; 3 - USER with no logon
  49. ;        Firewall host required, userid and password are ignored.
  50. ;        USER remote_userid@remote_host is sent to firewall upon initial 
  51. ;        connection.
  52. ; 4 - Proxy OPEN
  53. ;        Firewall host required, userid and password are ignored.  
  54. ;        OPEN remote_host is sent to firewall upon initial connection.
  55. ;
  56. ;firewall-type=0
  57. ;
  58. ;firewall-host=
  59. ;
  60. ;firewall-login=
  61. ;
  62. ;firewall-password=
  63. ;
  64. ;firewall-port=
  65. ;
  66. ;  There is another kind of firewall, which is not specifically 
  67. ;  configured. A router-based firewall is one which allows connections 
  68. ;  to be established in one direction only.  The router itself is
  69. ;  invisible to the user.  However, the default mode within FTP is
  70. ;  that "data" connections are established by the server rather than
  71. ;  the client.  To work with a router-based firewall requires using
  72. ;  the PASV Mode of FTP.
  73. ;
  74. ;use-PASV-mode=0
  75.  
  76.  
  77. ;-----------------------------------------------------------------------
  78.  
  79. [registration]
  80. name=
  81. code=
  82. message=1
  83.  
  84. ;-----------------------------------------------------------------------
  85.  
  86. [options]
  87. ;
  88. ; dereference symlinks on server. Setting to 0 is not recommended
  89. ;
  90. ;dereference-links=1
  91. ;
  92. ; Include files starting with "." into list ?
  93. ;
  94. ;show-dotted=1
  95. ;
  96. ; Debugging. Do not set to 1 unless nftp goes crazy. Produces huge logs
  97. ;
  98. ;debug=0
  99. ;
  100. ; whether to beep at the end of transfer
  101. ;
  102. ;transfer-bell=1
  103. ;
  104. ; whether to beep when logged in
  105. ;
  106. ;login-bell=1
  107. ;
  108. ; whether to pause at transfer stats screen at the end of transfer
  109. ;
  110. ;transfer-pause=1
  111. ;
  112. ; whether to log transfers. Pretty useful option to keep history and
  113. ; statistics
  114. ;
  115. ;log-transfers=1
  116. ;
  117. ; name of transfer log. This may be global file (one for several instances
  118. ; of nftp running simultaneously).
  119. ;
  120. log-transfers-name=".\nftp.fls"
  121. ;
  122. ; whether to ask to save current host/dir as bookmark at logoff.
  123. ; D'you remember that nCftp does this always?
  124. ;
  125. ;save-bookmark-at-logoff=0
  126. ;
  127. ; where to save bookmark information. This may be global file (one for
  128. ; several instances of nftp).
  129. ;
  130. bookmarks-file=".\nftp.mrk"
  131. ;
  132. ; external program invoked by Alt-F3. Substitute your favourite viewer/editor
  133. ;
  134. ;text-viewer="tedit.exe"
  135. ;
  136. ; whether to switch to Control Connection Window automatically when
  137. ; sending commands to server
  138. ;
  139. ;auto-switch-to-control=0
  140. ;
  141. ; next items are new since 0.5
  142. ;
  143. ; default directory sort.
  144. ; 0-unsorted, 1-by name, 2-by ext, 3-by size, 4-by time
  145. ;
  146. ;default-sort=0
  147. ;
  148. ; new since 0.70
  149. ;
  150. ; if this parameter is set, nftp will change into this directory
  151. ; after start
  152. ;
  153. ;default-download-path=
  154. ;
  155. ; default view of remote directory. 1 - raw (as supplied by server),
  156. ; 2 - parsed (owner/group removed)
  157. ;
  158. ;default-dir-mode=1
  159. ;
  160. ; new since 0.80
  161. ;
  162. ; whether to set time/date of retrieved file to original values
  163. ; (as stored on server)
  164. ;
  165. ;preserve-timestamp=yes
  166.  
  167. ; Colours are hexadecimal. First digit - foreground, second - background
  168. ; Add 80 to blink
  169. ;
  170. ; Fore             Fore                Back
  171. ; 00 black         08 darkgrey         00 black
  172. ; 01 blue          09 light blue       10 blue
  173. ; 02 green         0a light green      20 green
  174. ; 03 cyan          0b light cyan       30 cyan
  175. ; 04 red           0c light red        40 red
  176. ; 05 magenta       0d light magenta    50 magenta
  177. ; 06 brown         0e yellow           60 brown
  178. ; 07 grey          0f white            70 grey
  179.  
  180. [colours]
  181. ;pointer-marked-dir=3e
  182. ;pointer-marked=3e
  183. ;pointer-dir=3a
  184. ;pointer=30
  185. ;marked-dir=0e
  186. ;marked=0e
  187. ;dir=02
  188. ;regular-file=07
  189. ;status=17
  190. ;transfer-status=17
  191. ;dialog-box-text=17
  192. ;dialog-box-selected=7f
  193. ;controlconn-header=17
  194. ;controlconn-respline=07
  195. ;controlconn-command=0a
  196. ;controlconn-comment=0c
  197. ;bookmark-background=70
  198. ;bookmark-pointer=30
  199. ;; next items are new since 0.2
  200. ;dialog-box-entryfield=30
  201. ; next items are new since 0.5
  202. ;help=30
  203. ;dialog-box-text-warn=47
  204. ;viewer-text=07
  205. ;viewer-header=30
  206. ; next items are new since 0.7
  207. ;status-local=1f
  208. ; next items are new since 0.80
  209. ;viewer-foundtext=0c
  210.  
  211.  
  212.  
  213. ; Key definitions. Please note that keys should NEVER overlap, i.e. there are
  214. ; no keystrokes which act differently in different modes. You can assign
  215. ; several keystrokes to the same action; separate them by commas, e.g.:
  216. ;    enter-directory=enter,ctrl-pgdn
  217. ;
  218. ; Do not assign character keys like 'a', '4', arrow keys, Esc.
  219. ;
  220. ; Some keys (e.g., ctrl-ampersand) do not work at all; don't be surprised.
  221. ; Valid combinations are listed in the manual.
  222. ;
  223. ; Three-key combinations (like Ctrl-Shift-Left) cannot be used.
  224. ;
  225. ; Recommended assignments are alt-something, ctrl-something, f1-f12.
  226. ;
  227. ; Many default key assignments were borrowed from Norton Commander
  228. ; and File Commander/2.
  229. ;
  230. ; Default keystrokes still perform the same functions if not assigned.
  231. ; To bind a key to nothing, list it in "nothing=" line.
  232. ;
  233. ; Available key names are (they are not case-sensitive, except standalone
  234. ; character keys like 'a' and 'A'):
  235. ;
  236. ; backspace tab enter esc lrbracket([) rrbracket(]) minus plus space
  237. ; semicolon apostrophe backapostrophe backslash comma period slash
  238. ; colon doublequote lcbracket({) rcbracket(}) questionmark lessthan
  239. ; greaterthan underline equalsign lparenth"(" rparenth")" ampersand vertline(|)
  240. ; percentsign caret(^) dollar grate(#) at(@) exclamation approx(~)
  241. ; asterisk f1..f12 insert delete home end pgup pgdn numslash numasterisk
  242. ; numminus numplus numenter left right up down gold('5' on numeric keypad)
  243. ; a..z A..Z 0..9
  244. ;
  245. ; Uncomment and change value to customize
  246.  
  247. [keys]
  248.  
  249. ;; binds key to "no action"
  250. ;nothing=
  251.  
  252. ;; switches between file manager and control connection. default: space
  253. ;switch-to-cc=space
  254. ;; switches between local and remote file view. default: tab
  255. ;switch-local-remote=tab
  256. ;; switches to raw directory view
  257. ;directory-mode-raw=ctrl-w
  258. ;; switches to parsed directory view
  259. ;directory-mode-parsed=ctrl-p
  260.  
  261. ;; send command to ftp server verbatim. default: alt-q
  262. ;quote=alt-q
  263. ;; save current remote directory as bookmark. default: f4
  264. ;save-bookmark=f4
  265. ;; exit NFTP. default: f10
  266. ;exit=f10
  267. ;; log off. default: ctrl-k
  268. ;logoff=ctrl-k
  269.  
  270. ;; switches autoswitching to control connection on/off. default: alt-f
  271. ;autocontrol=ctrl-a
  272. ;; redraws screen (do not re-reads remote directory). default: ctrl-d
  273. ;screen-redraw=ctrl-d
  274.  
  275. ;; log in to server from bookmark list. default: ctrl-b
  276. ;bookmarks=ctrl-b
  277. ;; log in to anonymous ftp server, enter server name. default: ctrl-l
  278. ;login-anonymous=ctrl-l
  279. ;; log in to private ftp server, enter server name/login/password. default: ctrl-n
  280. ;login_named=ctrl-n
  281. ;; switches transfer mode between ASCII/BINARY. default: ctrl-t
  282. ;change-transfer-mode=ctrl-t
  283. ;; enter remote directory name and c